This repository was archived by the owner on Apr 15, 2026. It is now read-only.
feat: upgrade Talos to v1.12.0 and use --embedded-config-path - #51
Merged
Conversation
- Upgrade Talos version from v1.9.1 to v1.12.0 - Use --embedded-config-path flag (available in v1.12+) instead of --meta workaround - Update ISO checksums for v1.12.0 - Temporarily enable full transform hook testing on PRs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Transform hooks require Docker with privileged mode and were tested successfully. For normal PR validation, we skip them to reduce CI time.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
--embedded-config-pathflag (cleaner API, available in v1.12+)--meta 0x0aworkaroundChanges
infrastructure/compute/talos/talconfig.yaml- bumped talosVersion to v1.12.0images/images.yaml- updated URLs and checksums for v1.12.0images/hooks/talos-embed-config.sh- use --embedded-config-path.github/workflows/images-sync.yml- temporarily run full transform hooks on PRsTest plan
This PR runs the full transform hook pipeline to verify the v1.12 upgrade works.
After merge, the workflow will be restored to skip transform hooks on PRs.
🤖 Generated with Claude Code